﻿2026-08-19T01:52:27.6464550Z ##[group]Run $ErrorActionPreference = "Stop"
2026-08-19T01:52:27.6464957Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-08-19T01:52:27.6465191Z [36;1m$PIN = "0c95435"[0m
2026-08-19T01:52:27.6465426Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-08-19T01:52:27.6465674Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-08-19T01:52:27.6466020Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-08-19T01:52:27.6466421Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-08-19T01:52:27.6466719Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-08-19T01:52:27.6467017Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-08-19T01:52:27.6467260Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-08-19T01:52:27.6467561Z [36;1m  # CARGO_INCREMENTAL=0 — see the Linux arm's note: this pinned cache is the[0m
2026-08-19T01:52:27.6467978Z [36;1m  # only COLD one-shot build in this workflow (rm -rf'd and rebuilt when the pin[0m
2026-08-19T01:52:27.6468427Z [36;1m  # moves, consumed as a binary in between), which is exactly the scope of the[0m
2026-08-19T01:52:27.6468807Z [36;1m  # releases#103 finding. The persistent workspace target is left incremental.[0m
2026-08-19T01:52:27.6469108Z [36;1m  $env:CARGO_INCREMENTAL = "0"[0m
2026-08-19T01:52:27.6469742Z [36;1m  .github/bench/wrap.ps1 -Step "n1-oldbroker-build" -Command "cargo build --manifest-path '$CACHE\Cargo.toml' -p spt --bin spt"[0m
2026-08-19T01:52:27.6470242Z [36;1m  Remove-Item Env:\CARGO_INCREMENTAL[0m
2026-08-19T01:52:27.6470477Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-08-19T01:52:27.6470703Z [36;1m}[0m
2026-08-19T01:52:27.6470871Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-08-19T01:52:27.6471214Z [36;1m.github/bench/wrap.ps1 -Step "n1-pairing" -Command "cargo test -p spt --test n1_pairing -- --nocapture"[0m
2026-08-19T01:52:27.6476197Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-08-19T01:52:27.6476429Z env:
2026-08-19T01:52:27.6476779Z   SPT_CI_TEST_TMP: C:\actions-runner\_work\_temp\spt-test-tmp-32205195794-1-400915609b654dc58c1811a3a8b55170
2026-08-19T01:52:27.6477242Z   TEMP: C:\actions-runner\_work\_temp\spt-test-tmp-32205195794-1-400915609b654dc58c1811a3a8b55170
2026-08-19T01:52:27.6477663Z   TMP: C:\actions-runner\_work\_temp\spt-test-tmp-32205195794-1-400915609b654dc58c1811a3a8b55170
2026-08-19T01:52:27.6477980Z ##[endgroup]
2026-08-19T01:52:29.7830331Z    Compiling proc-macro2 v1.0.106
2026-08-19T01:52:29.7830694Z    Compiling unicode-ident v1.0.24
2026-08-19T01:52:29.7831165Z    Compiling quote v1.0.45
2026-08-19T01:52:29.7832243Z    Compiling cfg-if v1.0.4
2026-08-19T01:52:30.1648985Z    Compiling serde_core v1.0.228
2026-08-19T01:52:31.0302492Z    Compiling serde v1.0.228
2026-08-19T01:52:32.6171690Z    Compiling windows-link v0.2.1
2026-08-19T01:52:32.6652516Z    Compiling typenum v1.20.1
2026-08-19T01:52:32.7162277Z    Compiling windows-sys v0.61.2
2026-08-19T01:52:33.4733641Z    Compiling syn v2.0.117
2026-08-19T01:52:33.4736623Z    Compiling portable-atomic v1.13.1
2026-08-19T01:52:33.9444572Z    Compiling getrandom v0.3.4
2026-08-19T01:52:34.3584613Z    Compiling pin-project-lite v0.2.17
2026-08-19T01:52:34.4325841Z    Compiling version_check v0.9.5
2026-08-19T01:52:34.6268174Z    Compiling critical-section v1.2.0
2026-08-19T01:52:34.7120074Z    Compiling jobserver v0.1.34
2026-08-19T01:52:34.7340356Z    Compiling find-msvc-tools v0.1.9
2026-08-19T01:52:34.9965066Z    Compiling memchr v2.8.1
2026-08-19T01:52:35.4856362Z    Compiling shlex v2.0.1
2026-08-19T01:52:35.7339613Z    Compiling cc v1.2.63
2026-08-19T01:52:35.8597952Z    Compiling subtle v2.6.1
2026-08-19T01:52:36.0618825Z    Compiling smallvec v1.15.1
2026-08-19T01:52:36.2084817Z    Compiling equivalent v1.0.2
2026-08-19T01:52:36.2874445Z    Compiling futures-core v0.3.32
2026-08-19T01:52:36.4491099Z    Compiling generic-array v0.14.7
2026-08-19T01:52:36.7001547Z    Compiling itoa v1.0.18
2026-08-19T01:52:36.9175459Z    Compiling bytes v1.11.1
2026-08-19T01:52:37.3690804Z    Compiling semver v1.0.28
2026-08-19T01:52:37.6741900Z    Compiling rustc_version v0.4.1
2026-08-19T01:52:37.9121381Z    Compiling synstructure v0.13.2
2026-08-19T01:52:38.2019310Z    Compiling serde_derive v1.0.228
2026-08-19T01:52:38.2575068Z    Compiling zeroize_derive v1.4.3
2026-08-19T01:52:38.5158324Z    Compiling stable_deref_trait v1.2.1
2026-08-19T01:52:38.6516005Z    Compiling socket2 v0.6.4
2026-08-19T01:52:38.7182860Z    Compiling zeroize v1.8.2
2026-08-19T01:52:38.9940332Z    Compiling log v0.4.32
2026-08-19T01:52:39.2382976Z    Compiling zerofrom-derive v0.1.7
2026-08-19T01:52:39.2435840Z    Compiling rand_core v0.10.1
2026-08-19T01:52:39.4548337Z    Compiling yoke-derive v0.8.2
2026-08-19T01:52:39.7593549Z    Compiling mio v1.2.1
2026-08-19T01:52:40.5476041Z    Compiling zerofrom v0.1.8
2026-08-19T01:52:40.6310199Z    Compiling crypto-common v0.1.7
2026-08-19T01:52:40.7062756Z    Compiling tokio-macros v2.7.0
2026-08-19T01:52:40.9609740Z    Compiling futures-sink v0.3.32
2026-08-19T01:52:41.0436793Z    Compiling slab v0.4.12
2026-08-19T01:52:41.1065213Z    Compiling futures-io v0.3.32
2026-08-19T01:52:41.1680721Z    Compiling yoke v0.8.3
2026-08-19T01:52:41.2515874Z    Compiling futures-channel v0.3.32
2026-08-19T01:52:41.4050516Z    Compiling tokio v1.52.3
2026-08-19T01:52:41.4649834Z    Compiling futures-macro v0.3.32
2026-08-19T01:52:41.6623819Z    Compiling futures-task v0.3.32
2026-08-19T01:52:41.8716748Z    Compiling hashbrown v0.17.1
2026-08-19T01:52:42.1307729Z    Compiling once_cell v1.21.4
2026-08-19T01:52:42.1537721Z    Compiling getrandom v0.4.2
2026-08-19T01:52:42.3612041Z    Compiling rustversion v1.0.22
2026-08-19T01:52:42.4413077Z    Compiling indexmap v2.14.0
2026-08-19T01:52:42.5047495Z    Compiling futures-util v0.3.32
2026-08-19T01:52:42.8230397Z    Compiling zerovec-derive v0.11.3
2026-08-19T01:52:43.0957180Z    Compiling getrandom v0.2.17
2026-08-19T01:52:43.2229239Z    Compiling cpufeatures v0.2.17
2026-08-19T01:52:43.7942094Z    Compiling zerovec v0.11.6
2026-08-19T01:52:44.4152944Z    Compiling displaydoc v0.2.6
2026-08-19T01:52:44.9283322Z    Compiling hybrid-array v0.4.12
2026-08-19T01:52:45.1361654Z    Compiling fnv v1.0.7
2026-08-19T01:52:45.3184874Z    Compiling libc v0.2.186
2026-08-19T01:52:45.4553158Z    Compiling strsim v0.11.1
2026-08-19T01:52:45.7771809Z    Compiling cfg_aliases v0.2.1
2026-08-19T01:52:45.8418114Z    Compiling crypto-common v0.2.2
2026-08-19T01:52:46.0083797Z    Compiling block-buffer v0.12.0
2026-08-19T01:52:46.2380734Z    Compiling tinystr v0.8.3
2026-08-19T01:52:46.4367309Z    Compiling tracing-core v0.1.36
2026-08-19T01:52:46.5630939Z    Compiling tracing-attributes v0.1.31
2026-08-19T01:52:46.8906847Z    Compiling litemap v0.8.2
2026-08-19T01:52:47.1529643Z    Compiling writeable v0.6.3
2026-08-19T01:52:47.1824140Z    Compiling autocfg v1.5.1
2026-08-19T01:52:47.4933546Z    Compiling icu_locale_core v2.2.0
2026-08-19T01:52:47.7925326Z    Compiling tracing v0.1.44
2026-08-19T01:52:47.9197885Z    Compiling zerotrie v0.2.4
2026-08-19T01:52:48.3027874Z    Compiling potential_utf v0.1.5
2026-08-19T01:52:48.3556429Z    Compiling cmake v0.1.58
2026-08-19T01:52:48.5519864Z    Compiling icu_normalizer_data v2.2.0
2026-08-19T01:52:48.8120729Z    Compiling utf8_iter v1.0.4
2026-08-19T01:52:48.8388198Z    Compiling icu_properties_data v2.2.0
2026-08-19T01:52:48.9608241Z    Compiling fs_extra v1.3.0
2026-08-19T01:52:49.1546397Z    Compiling ident_case v1.0.1
2026-08-19T01:52:49.2503720Z    Compiling dunce v1.0.5
2026-08-19T01:52:49.2959751Z    Compiling icu_collections v2.2.0
2026-08-19T01:52:49.4332393Z    Compiling aws-lc-sys v0.41.0
2026-08-19T01:52:49.5557597Z    Compiling icu_provider v2.2.0
2026-08-19T01:52:49.6711603Z    Compiling tokio-util v0.7.18
2026-08-19T01:52:50.8226249Z    Compiling percent-encoding v2.3.2
2026-08-19T01:52:51.0508965Z    Compiling icu_normalizer v2.2.0
2026-08-19T01:52:51.6652926Z    Compiling inout v0.2.2
2026-08-19T01:52:51.6677969Z    Compiling http v1.4.1
2026-08-19T01:52:51.8344484Z    Compiling ring v0.17.14
2026-08-19T01:52:52.4789832Z    Compiling icu_properties v2.2.0
2026-08-19T01:52:52.6900586Z    Compiling aws-lc-rs v1.17.0
2026-08-19T01:52:52.9419161Z    Compiling thiserror v2.0.18
2026-08-19T01:52:53.0144718Z    Compiling unicode-segmentation v1.13.3
2026-08-19T01:52:53.3129358Z    Compiling cpufeatures v0.3.0
2026-08-19T01:52:53.4145538Z    Compiling idna_adapter v1.2.2
2026-08-19T01:52:53.6012558Z    Compiling cipher v0.5.2
2026-08-19T01:52:53.7872290Z    Compiling curve25519-dalek-derive v0.1.1
2026-08-19T01:52:53.9715209Z    Compiling thiserror-impl v2.0.18
2026-08-19T01:52:54.2184933Z    Compiling scopeguard v1.2.0
2026-08-19T01:52:54.2918325Z    Compiling lock_api v0.4.14
2026-08-19T01:52:54.4867916Z    Compiling chacha20 v0.10.0
2026-08-19T01:52:54.8493036Z    Compiling idna v1.1.0
2026-08-19T01:52:55.3299743Z    Compiling form_urlencoded v1.2.2
2026-08-19T01:52:55.4667516Z    Compiling ipnet v2.12.0
2026-08-19T01:52:55.6841819Z    Compiling rustls-pki-types v1.14.1
2026-08-19T01:52:55.7607452Z    Compiling block-buffer v0.10.4
2026-08-19T01:52:55.8661606Z    Compiling winapi v0.3.9
2026-08-19T01:52:56.0528974Z    Compiling bitflags v2.12.1
2026-08-19T01:52:56.2794818Z    Compiling untrusted v0.9.0
2026-08-19T01:52:56.2859857Z    Compiling digest v0.10.7
2026-08-19T01:52:56.3822724Z    Compiling url v2.5.8
2026-08-19T01:52:56.5298760Z    Compiling rand v0.10.1
2026-08-19T01:52:57.3287521Z    Compiling darling_core v0.20.11
2026-08-19T01:52:57.3597606Z    Compiling num-traits v0.2.19
2026-08-19T01:52:57.6207383Z    Compiling windows-result v0.4.1
2026-08-19T01:52:57.9175848Z    Compiling windows-strings v0.5.1
2026-08-19T01:52:58.3299040Z    Compiling heck v0.5.0
2026-08-19T01:52:58.5578310Z    Compiling rustls v0.23.40
2026-08-19T01:52:59.6234118Z    Compiling convert_case v0.10.0
2026-08-19T01:52:59.7962968Z    Compiling darling_macro v0.20.11
2026-08-19T01:52:59.9154480Z    Compiling const-oid v0.10.2
2026-08-19T01:53:00.1088548Z    Compiling atomic-waker v1.1.2
2026-08-19T01:53:00.1832958Z    Compiling unicode-xid v0.2.6
2026-08-19T01:53:00.1961916Z    Compiling anyhow v1.0.102
2026-08-19T01:53:00.2847955Z    Compiling derive_more-impl v2.1.1
2026-08-19T01:53:00.5998003Z    Compiling darling v0.20.11
2026-08-19T01:53:00.8440585Z    Compiling parking_lot_core v0.9.12
2026-08-19T01:53:02.5759747Z    Compiling zerocopy v0.8.50
2026-08-19T01:53:02.7003279Z    Compiling fastrand v2.4.1
2026-08-19T01:53:02.9351123Z    Compiling httparse v1.10.1
2026-08-19T01:53:03.2198764Z    Compiling derive_builder_core v0.20.2
2026-08-19T01:53:04.0134403Z    Compiling h2 v0.4.14
2026-08-19T01:53:04.1161258Z    Compiling http-body v1.0.1
2026-08-19T01:53:04.2461530Z    Compiling curve25519-dalek v4.1.3
2026-08-19T01:53:04.2502972Z    Compiling derive_more v2.1.1
2026-08-19T01:53:04.4636920Z    Compiling ahash v0.8.12
2026-08-19T01:53:04.5654662Z    Compiling either v1.16.0
2026-08-19T01:53:04.6691298Z    Compiling base64ct v1.8.3
2026-08-19T01:53:04.7504444Z    Compiling powerfmt v0.2.0
2026-08-19T01:53:04.9542424Z    Compiling pem-rfc7468 v1.0.0
2026-08-19T01:53:05.0162707Z    Compiling deranged v0.5.8
2026-08-19T01:53:05.4800997Z    Compiling derive_builder_macro v0.20.2
2026-08-19T01:53:06.1936442Z    Compiling uuid v1.23.2
2026-08-19T01:53:06.7646100Z    Compiling rand_core v0.6.4
2026-08-19T01:53:06.9709758Z    Compiling windows-interface v0.59.3
2026-08-19T01:53:07.5559081Z    Compiling spez v0.1.2
2026-08-19T01:53:07.8773072Z    Compiling windows-implement v0.60.2
2026-08-19T01:53:08.3683080Z    Compiling n0-error-macros v0.1.3
2026-08-19T01:53:08.4923261Z    Compiling data-encoding v2.11.0
2026-08-19T01:53:08.8895880Z    Compiling try-lock v0.2.5
2026-08-19T01:53:08.9637414Z    Compiling vcpkg v0.2.15
2026-08-19T01:53:09.0691550Z    Compiling num-conv v0.2.2
2026-08-19T01:53:09.1777619Z    Compiling tower-service v0.3.3
2026-08-19T01:53:09.2749834Z    Compiling tinyvec_macros v0.1.1
2026-08-19T01:53:09.3269444Z    Compiling pkg-config v0.3.33
2026-08-19T01:53:09.3356622Z    Compiling time-core v0.1.8
2026-08-19T01:53:09.4680118Z    Compiling base64 v0.22.1
2026-08-19T01:53:09.5675718Z    Compiling zmij v1.0.21
2026-08-19T01:53:09.7851206Z    Compiling libsqlite3-sys v0.30.1
2026-08-19T01:53:09.8821907Z    Compiling tinyvec v1.11.0
2026-08-19T01:53:09.9236088Z    Compiling n0-error v0.1.3
2026-08-19T01:53:10.1413922Z    Compiling want v0.3.1
2026-08-19T01:53:10.2773351Z    Compiling windows-core v0.62.2
2026-08-19T01:53:10.4506501Z    Compiling parking_lot v0.12.5
2026-08-19T01:53:10.9502421Z    Compiling derive_builder v0.20.2
2026-08-19T01:53:11.1498699Z    Compiling der v0.8.0-rc.10
2026-08-19T01:53:11.2247072Z    Compiling sha2 v0.10.9
2026-08-19T01:53:11.6203399Z    Compiling n0-future v0.3.2
2026-08-19T01:53:11.8911839Z    Compiling vergen-lib v9.1.0
2026-08-19T01:53:11.9469782Z    Compiling inout v0.1.4
2026-08-19T01:53:12.1281749Z    Compiling pin-project-internal v1.1.13
2026-08-19T01:53:12.7969131Z    Compiling windows_x86_64_msvc v0.52.6
2026-08-19T01:53:12.8699464Z    Compiling spt-procident v0.56.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-procident)
2026-08-19T01:53:12.9765990Z    Compiling cordyceps v0.3.4
2026-08-19T01:53:13.1223972Z    Compiling serde_json v1.0.150
2026-08-19T01:53:13.1524521Z    Compiling httpdate v1.0.3
2026-08-19T01:53:13.2752822Z    Compiling diatomic-waker v0.2.3
2026-08-19T01:53:13.3273744Z    Compiling winnow v1.0.3
2026-08-19T01:53:13.3600759Z    Compiling crossbeam-utils v0.8.21
2026-08-19T01:53:13.5176225Z    Compiling signature v2.2.0
2026-08-19T01:53:13.6254197Z    Compiling parking v2.2.1
2026-08-19T01:53:13.6822186Z    Compiling spin v0.10.0
2026-08-19T01:53:13.7604226Z    Compiling futures-lite v2.6.1
2026-08-19T01:53:13.7984281Z    Compiling futures-buffered v0.2.13
2026-08-19T01:53:14.2463626Z    Compiling ed25519 v2.2.3
2026-08-19T01:53:14.4173703Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-08-19T01:53:14.5235056Z    Compiling hyper v1.10.1
2026-08-19T01:53:14.5642575Z    Compiling pin-project v1.1.13
2026-08-19T01:53:14.8955786Z    Compiling spt-poolguard v0.56.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-poolguard)
2026-08-19T01:53:15.0986922Z    Compiling spki v0.8.0-rc.4
2026-08-19T01:53:15.2939389Z    Compiling cipher v0.4.4
2026-08-19T01:53:15.6585385Z    Compiling hashbrown v0.14.5
2026-08-19T01:53:16.5181799Z    Compiling digest v0.11.3
2026-08-19T01:53:16.8460728Z    Compiling noq-udp v0.10.0
2026-08-19T01:53:16.9422431Z    Compiling vergen v9.1.0
2026-08-19T01:53:17.7591967Z    Compiling vergen-lib v0.1.6
2026-08-19T01:53:17.8730606Z    Compiling universal-hash v0.5.1
2026-08-19T01:53:17.8749711Z    Compiling heapless v0.7.17
2026-08-19T01:53:17.9715482Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-08-19T01:53:17.9716384Z    Compiling sync_wrapper v1.0.2
2026-08-19T01:53:18.0584765Z    Compiling aho-corasick v1.1.4
2026-08-19T01:53:18.0930681Z    Compiling allocator-api2 v0.2.21
2026-08-19T01:53:18.2569947Z    Compiling regex-syntax v0.8.10
2026-08-19T01:53:18.5080949Z    Compiling byteorder v1.5.0
2026-08-19T01:53:18.6507485Z    Compiling opaque-debug v0.3.1
2026-08-19T01:53:18.8342658Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-08-19T01:53:19.0371639Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-08-19T01:53:20.2654432Z    Compiling regex-automata v0.4.14
2026-08-19T01:53:20.5464788Z    Compiling polyval v0.6.2
2026-08-19T01:53:20.7682907Z    Compiling hash32 v0.2.1
2026-08-19T01:53:21.5010118Z    Compiling hashlink v0.9.1
2026-08-19T01:53:21.7871712Z    Compiling hyper-util v0.1.20
2026-08-19T01:53:22.6919802Z    Compiling spt-store v0.56.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-store)
2026-08-19T01:53:23.2330611Z    Compiling pkcs8 v0.11.0-rc.10
2026-08-19T01:53:23.7588833Z    Compiling ed25519-dalek v2.2.0
2026-08-19T01:53:24.0323231Z    Compiling prefix-trie v0.8.4
2026-08-19T01:53:24.2411163Z    Compiling spin v0.9.8
2026-08-19T01:53:24.3780299Z    Compiling futures-executor v0.3.32
2026-08-19T01:53:24.5292178Z    Compiling vergen-gitcl v1.0.8
2026-08-19T01:53:24.6203650Z    Compiling windows-threading v0.2.1
2026-08-19T01:53:24.6354831Z    Compiling fallible-iterator v0.3.0
2026-08-19T01:53:24.6872541Z    Compiling fallible-streaming-iterator v0.1.9
2026-08-19T01:53:24.7439649Z    Compiling signature v3.0.0
2026-08-19T01:53:24.7833128Z    Compiling ryu v1.0.23
2026-08-19T01:53:24.9963208Z    Compiling tower-layer v0.3.3
2026-08-19T01:53:25.0958682Z    Compiling ed25519 v3.0.0-rc.4
2026-08-19T01:53:25.1692857Z    Compiling rusqlite v0.32.1
2026-08-19T01:53:25.4551345Z    Compiling data-encoding-macro-internal v0.1.18
2026-08-19T01:53:25.5061410Z    Compiling windows-future v0.3.2
2026-08-19T01:53:25.8941831Z    Compiling hickory-proto v0.26.0-beta.4
2026-08-19T01:53:26.5077168Z    Compiling futures v0.3.32
2026-08-19T01:53:26.5795223Z    Compiling spt-proto v0.56.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-proto)
2026-08-19T01:53:26.6903723Z    Compiling windows-targets v0.52.6
2026-08-19T01:53:27.0096608Z    Compiling regex v1.12.3
2026-08-19T01:53:28.2264363Z    Compiling ghash v0.5.1
2026-08-19T01:53:28.3215114Z    Compiling proc-macro-crate v3.5.0
2026-08-19T01:53:28.7937151Z    Compiling sha2 v0.11.0-rc.5
2026-08-19T01:53:29.3910359Z    Compiling ctr v0.9.2
2026-08-19T01:53:29.5930858Z    Compiling aes v0.8.4
2026-08-19T01:53:29.6321605Z    Compiling windows-numerics v0.3.1
2026-08-19T01:53:29.8320290Z    Compiling windows-collections v0.3.2
2026-08-19T01:53:29.8348781Z    Compiling time v0.3.47
2026-08-19T01:53:30.1530095Z    Compiling http-body-util v0.1.3
2026-08-19T01:53:30.2207689Z    Compiling fs2 v0.4.3
2026-08-19T01:53:30.4651153Z    Compiling cobs v0.3.0
2026-08-19T01:53:30.4827776Z    Compiling aead v0.5.2
2026-08-19T01:53:30.5829449Z    Compiling postcard-derive v0.2.2
2026-08-19T01:53:30.6408322Z    Compiling arrayvec v0.7.6
2026-08-19T01:53:30.8763848Z    Compiling widestring v1.2.1
2026-08-19T01:53:31.0825921Z    Compiling ipconfig v0.3.4
2026-08-19T01:53:31.2542000Z    Compiling utf8parse v0.2.2
2026-08-19T01:53:31.8379485Z    Compiling postcard v1.1.3
2026-08-19T01:53:31.9374912Z    Compiling aes-gcm v0.10.3
2026-08-19T01:53:32.1436761Z    Compiling windows v0.62.2
2026-08-19T01:53:32.3100627Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-08-19T01:53:32.7104781Z    Compiling num_enum_derive v0.7.6
2026-08-19T01:53:34.2170846Z    Compiling windows-sys v0.59.0
2026-08-19T01:53:35.6965499Z    Compiling data-encoding-macro v0.1.20
2026-08-19T01:53:35.8163074Z    Compiling tower v0.5.3
2026-08-19T01:53:36.6018010Z    Compiling crossbeam-channel v0.5.15
2026-08-19T01:53:37.2235642Z    Compiling crossbeam-epoch v0.9.18
2026-08-19T01:53:37.6704418Z    Compiling chrono v0.4.45
2026-08-19T01:53:39.1410044Z    Compiling iroh-metrics-derive v0.4.1
2026-08-19T01:53:40.2329759Z    Compiling strum_macros v0.28.0
2026-08-19T01:53:41.3649391Z    Compiling windows-registry v0.6.1
2026-08-19T01:53:41.6887355Z    Compiling memoffset v0.6.5
2026-08-19T01:53:41.9895472Z    Compiling noq v0.18.0
2026-08-19T01:53:42.2474190Z    Compiling netwatch v0.16.0
2026-08-19T01:53:42.6392258Z    Compiling async-trait v0.1.89
2026-08-19T01:53:42.6392665Z    Compiling enum-assoc v1.3.0
2026-08-19T01:53:43.3284979Z    Compiling acto v0.8.2
2026-08-19T01:53:43.4683911Z    Compiling blake3 v1.8.5
2026-08-19T01:53:43.6418244Z    Compiling identity-hash v0.1.0
2026-08-19T01:53:43.7290429Z    Compiling foldhash v0.2.0
2026-08-19T01:53:43.8209647Z    Compiling sorted-index-buffer v0.2.1
2026-08-19T01:53:43.8904638Z    Compiling rustc-hash v2.1.2
2026-08-19T01:53:43.9762560Z    Compiling tagptr v0.2.0
2026-08-19T01:53:43.9836310Z    Compiling mac-addr v0.3.0
2026-08-19T01:53:44.1252133Z    Compiling lru-slab v0.1.2
2026-08-19T01:53:44.1380433Z    Compiling ref-cast v1.0.25
2026-08-19T01:53:44.2724533Z    Compiling thiserror v1.0.69
2026-08-19T01:53:44.5259840Z    Compiling xml-rs v0.8.28
2026-08-19T01:53:44.7922557Z    Compiling moka v0.12.15
2026-08-19T01:53:44.7998636Z    Compiling netdev v0.42.0
2026-08-19T01:53:45.4848035Z    Compiling xmltree v0.10.3
2026-08-19T01:53:45.6439003Z    Compiling hashbrown v0.16.1
2026-08-19T01:53:46.3280219Z    Compiling strum v0.28.0
2026-08-19T01:53:46.6456876Z    Compiling iroh-metrics v0.38.3
2026-08-19T01:53:46.6845955Z    Compiling wmi v0.18.4
2026-08-19T01:53:46.9245616Z    Compiling tower-http v0.6.11
2026-08-19T01:53:47.5650742Z    Compiling iroh-base v0.98.0
2026-08-19T01:53:47.6163318Z    Compiling spt-msg v0.56.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-msg)
2026-08-19T01:53:48.1004532Z    Compiling num_enum v0.7.6
2026-08-19T01:53:48.1913620Z    Compiling iroh-relay v0.98.0
2026-08-19T01:53:48.3219915Z    Compiling n0-watcher v0.6.1
2026-08-19T01:53:48.5029378Z    Compiling attohttpc v0.30.1
2026-08-19T01:53:48.6041301Z    Compiling simple-dns v0.9.3
2026-08-19T01:53:49.0483717Z    Compiling tokio-stream v0.1.18
2026-08-19T01:53:49.7431624Z    Compiling serial-core v0.4.0
2026-08-19T01:53:49.8066070Z    Compiling toml_datetime v0.6.11
2026-08-19T01:53:50.4154356Z    Compiling serde_spanned v0.6.9
2026-08-19T01:53:50.5439968Z    Compiling thiserror-impl v1.0.69
2026-08-19T01:53:50.6194157Z    Compiling ref-cast-impl v1.0.25
2026-08-19T01:53:50.7348456Z    Compiling serde_derive_internals v0.29.1
2026-08-19T01:53:51.1560849Z    Compiling resolv-conf v0.7.6
2026-08-19T01:53:51.5633679Z    Compiling winnow v0.7.15
2026-08-19T01:53:51.5759736Z    Compiling smol_str v0.1.24
2026-08-19T01:53:51.6361404Z    Compiling winreg v0.10.1
2026-08-19T01:53:51.7521823Z    Compiling simdutf8 v0.1.5
2026-08-19T01:53:51.8064907Z    Compiling constant_time_eq v0.4.2
2026-08-19T01:53:51.9979648Z    Compiling sha1_smol v1.0.1
2026-08-19T01:53:52.1061685Z    Compiling toml_write v0.1.2
2026-08-19T01:53:52.2758416Z    Compiling arrayref v0.3.9
2026-08-19T01:53:52.8514938Z    Compiling schemars_derive v1.2.1
2026-08-19T01:53:53.1418485Z    Compiling toml_edit v0.22.27
2026-08-19T01:53:53.4753549Z    Compiling serial-windows v0.4.0
2026-08-19T01:53:53.6477734Z    Compiling iroh-dns v0.98.0
2026-08-19T01:53:54.0721584Z    Compiling igd-next v0.17.1
2026-08-19T01:53:56.7218263Z    Compiling lru v0.16.4
2026-08-19T01:53:56.9389517Z    Compiling hmac v0.12.1
2026-08-19T01:53:57.0096584Z    Compiling webpki-roots v1.0.7
2026-08-19T01:53:57.1257110Z    Compiling darling_core v0.23.0
2026-08-19T01:53:57.1493331Z    Compiling seize v0.5.1
2026-08-19T01:53:57.5623746Z    Compiling iroh v0.98.2
2026-08-19T01:53:58.0220826Z    Compiling serde_bytes v0.11.19
2026-08-19T01:53:58.2959493Z    Compiling cmov v0.5.4
2026-08-19T01:53:58.5337025Z    Compiling once_cell_polyfill v1.70.2
2026-08-19T01:53:58.6863560Z    Compiling bitflags v1.3.2
2026-08-19T01:53:58.7405019Z    Compiling dyn-clone v1.0.20
2026-08-19T01:53:58.8196004Z    Compiling lazy_static v1.5.0
2026-08-19T01:53:58.8607633Z    Compiling anstyle v1.0.14
2026-08-19T01:53:58.9541962Z    Compiling pin-utils v0.1.0
2026-08-19T01:53:59.0309077Z    Compiling anstyle-wincon v3.0.11
2026-08-19T01:53:59.0761268Z    Compiling nix v0.25.1
2026-08-19T01:53:59.1544753Z    Compiling shared_library v0.1.9
2026-08-19T01:53:59.3137416Z    Compiling schemars v1.2.1
2026-08-19T01:53:59.4644115Z    Compiling ctutils v0.4.2
2026-08-19T01:53:59.6093253Z    Compiling darling_macro v0.23.0
2026-08-19T01:53:59.8308620Z    Compiling papaya v0.2.4
2026-08-19T01:53:59.9347080Z    Compiling hkdf v0.12.4
2026-08-19T01:54:00.0602125Z    Compiling portmapper v0.16.0
2026-08-19T01:54:00.2739607Z    Compiling toml v0.8.23
2026-08-19T01:54:01.0704150Z    Compiling serial v0.4.0
2026-08-19T01:54:01.3808997Z    Compiling filedescriptor v0.8.3
2026-08-19T01:54:01.5455307Z    Compiling swarm-discovery v0.6.0-alpha.2 (https://github.com/SaberMage/swarm-discovery?rev=89a2200d54a4e3cab2f46cc75ebff49a1fb07614#89a2200d)
2026-08-19T01:54:02.1150910Z    Compiling anstyle-parse v1.0.0
2026-08-19T01:54:02.4558473Z    Compiling backon v1.6.0
2026-08-19T01:54:03.0157059Z    Compiling anstyle-query v1.1.5
2026-08-19T01:54:03.3099525Z    Compiling vte_generate_state_changes v0.1.2
2026-08-19T01:54:03.7280396Z    Compiling downcast-rs v1.2.1
2026-08-19T01:54:03.8076232Z    Compiling unicode-width v0.2.0
2026-08-19T01:54:03.9767018Z    Compiling foldhash v0.1.5
2026-08-19T01:54:04.1394962Z    Compiling is_terminal_polyfill v1.70.2
2026-08-19T01:54:04.1569857Z    Compiling colorchoice v1.0.5
2026-08-19T01:54:04.2809649Z    Compiling paste v1.0.15
2026-08-19T01:54:04.3899661Z    Compiling instability v0.3.12
2026-08-19T01:54:04.5830480Z    Compiling shell-words v1.1.1
2026-08-19T01:54:04.7136534Z    Compiling portable-pty v0.8.1
2026-08-19T01:54:05.0616191Z    Compiling anstream v1.0.0
2026-08-19T01:54:05.2637929Z    Compiling hashbrown v0.15.5
2026-08-19T01:54:05.5492054Z    Compiling vte v0.13.1
2026-08-19T01:54:05.8202945Z    Compiling spt-runtime v0.56.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-runtime)
2026-08-19T01:54:05.9165292Z    Compiling spake2 v0.4.0
2026-08-19T01:54:06.0783600Z    Compiling darling v0.23.0
2026-08-19T01:54:07.6240020Z    Compiling itertools v0.13.0
2026-08-19T01:54:07.7071266Z    Compiling crossterm_winapi v0.9.1
2026-08-19T01:54:08.0783393Z    Compiling strum_macros v0.26.4
2026-08-19T01:54:09.0743989Z    Compiling sha1 v0.10.6
2026-08-19T01:54:09.2790977Z    Compiling castaway v0.2.4
2026-08-19T01:54:09.4034269Z    Compiling terminal_size v0.4.4
2026-08-19T01:54:09.5843759Z    Compiling indoc v2.0.7
2026-08-19T01:54:09.6202566Z    Compiling doctest-file v1.1.1
2026-08-19T01:54:09.9151601Z    Compiling clap_lex v1.1.0
2026-08-19T01:54:09.9791606Z    Compiling recvmsg v1.0.0
2026-08-19T01:54:10.2430293Z    Compiling static_assertions v1.1.0
2026-08-19T01:54:10.3972375Z    Compiling unicode-width v0.1.14
2026-08-19T01:54:10.4886203Z    Compiling interprocess v2.4.2
2026-08-19T01:54:10.7311928Z    Compiling unicode-truncate v1.1.0
2026-08-19T01:54:10.8477369Z    Compiling compact_str v0.8.2
2026-08-19T01:54:11.5703148Z    Compiling clap_builder v4.6.0
2026-08-19T01:54:12.5840049Z    Compiling strum v0.26.3
2026-08-19T01:54:12.7869631Z    Compiling spt-live v0.56.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-live)
2026-08-19T01:54:13.8283676Z    Compiling crossterm v0.28.1
2026-08-19T01:54:14.2210459Z    Compiling spt-term v0.56.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-term)
2026-08-19T01:54:15.0248418Z    Compiling lru v0.12.5
2026-08-19T01:54:15.6108614Z    Compiling clap_derive v4.6.1
2026-08-19T01:54:15.7877130Z    Compiling cassowary v0.3.0
2026-08-19T01:54:16.3626823Z    Compiling error-code v3.3.2
2026-08-19T01:54:16.5390193Z    Compiling clipboard-win v5.4.1
2026-08-19T01:54:16.5555975Z    Compiling ratatui v0.29.0
2026-08-19T01:54:16.9282501Z    Compiling nucleo-matcher v0.3.1
2026-08-19T01:54:17.0519690Z    Compiling clap v4.6.1
2026-08-19T01:54:17.3273537Z    Compiling qrcode v0.14.1
2026-08-19T01:54:17.9828242Z    Compiling tempfile v3.27.0
2026-08-19T01:54:18.2193255Z    Compiling spt-test-support v0.56.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-test-support)
2026-08-19T01:54:26.6526916Z    Compiling rustls-webpki v0.103.13
2026-08-19T01:54:30.4770009Z    Compiling tokio-rustls v0.26.4
2026-08-19T01:54:30.4770650Z    Compiling noq-proto v0.17.0
2026-08-19T01:54:30.4771080Z    Compiling rustls-platform-verifier v0.7.0
2026-08-19T01:54:30.7302282Z    Compiling hickory-net v0.26.0-beta.4
2026-08-19T01:54:30.7904083Z    Compiling hyper-rustls v0.27.9
2026-08-19T01:54:31.0871159Z    Compiling reqwest v0.13.4
2026-08-19T01:54:32.8409144Z    Compiling hickory-resolver v0.26.0-beta.4
2026-08-19T01:54:36.0865036Z    Compiling tokio-websockets v0.13.2
2026-08-19T01:54:55.3359090Z    Compiling spt-net v0.56.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-net)
2026-08-19T01:54:57.2770990Z    Compiling spt-daemon v0.56.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt-daemon)
2026-08-19T01:55:14.1792352Z    Compiling spt v0.56.0 (C:\actions-runner\_work\spt-bs-core\spt-bs-core\crates\spt)
2026-08-19T01:55:26.4317937Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 58s
2026-08-19T01:55:26.4588110Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-ad5868f05e34dacd.exe)
2026-08-19T01:55:26.7084830Z 
2026-08-19T01:55:26.7213729Z running 1 test
2026-08-19T01:55:35.2163687Z test new_brain_serves_against_old_broker ... ok
2026-08-19T01:55:35.2164061Z 
2026-08-19T01:55:35.2164302Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 8.51s
2026-08-19T01:55:35.2164653Z 
